CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab 最小二乘法

搜索资源列表

  1. zuiyouhua

    5下载:
  2. 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following commonly used optimization al
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-12-14
    • 文件大小:3223
    • 提供者:白浩泉
  1. LSSVMstudy

    0下载:
  2. 对学习最小二乘法的初学者有很大的帮助的一篇文章最小二乘支持向量机算法及应用研究-Least square method of learning is very useful to beginners in an article- least squares support vector machine algorithm and applied research
  3. 所属分类:Development Research

    • 发布日期:2017-05-08
    • 文件大小:1725323
    • 提供者:张洁
  1. PLS

    1下载:
  2. 最小二乘法含有非线性线性拟合附有理论和实际的例子说明比较具有实际应用哟-PLS
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:6182
    • 提供者:kubery
  1. myfit

    0下载:
  2. 用matlab编的最小二乘法拟合的GUI程序,可以实现最小二乘法的计算-Matlab made by the least squares fitting procedure of the GUI, you can achieve the least square method of calculation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:7554
    • 提供者:ldd
  1. rlsnoise2

    0下载:
  2. 最小二乘法算法:其中文件“RFrost.txt为信号-Least squares algorithm: one document " RFrost.txt for signal
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1252
    • 提供者:林晓真
  1. leastsquaresprocedure090513

    0下载:
  2. 最小二乘法实现m个方程的最高n次多项式的拟合。-least-squares procedure
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1083
    • 提供者:程文杰
  1. codes

    1下载:
  2. 基于累计量的奇异值-总体最小二乘法求AR参数 用奇异值-总体最小二乘法求AR参数 一般最小二乘法求AR参数 根据AR参数和自相关函数以及AR阶数用Cadzow谱估计子求出频谱密度-Based on the cumulative amount of singular value- total least squares method for AR parameter using singular value- total least squares method for AR parameter
  3. 所属分类:Algorithm

    • 发布日期:2014-10-05
    • 文件大小:3026483
    • 提供者:miaohaochun
  1. p

    0下载:
  2. 拟合曲线,最小二乘法和牛顿法等,有助大家基础学习。-Curve fitting, least squares method and Newton s law, the foundation will help you learn.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:180799
    • 提供者:许晴和
  1. feixianxing

    4下载:
  2. mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法的第二
  3. 所属分类:matlab

    • 发布日期:2016-09-09
    • 文件大小:12092
    • 提供者:舞蛳
  1. Patternrecognition

    0下载:
  2. 模式识别基本方法matlab源代码,包括最小二乘法、SVM、神经网络、1_k近邻法、剪辑法、特征选择和特征变换。-Basic method of pattern recognition matlab source code, including the least squares method, SVM, neural network, 1_k neighbor method, editing method, feature selection and feature transformatio
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:429219
    • 提供者:李元
  1. lsqcurvefit

    3下载:
  2. 一个有关matlab解决最小二乘法函数lsqcurvefit的简要介绍,网上找的,分享了-Matlab solve a least squares lsqcurvefit function of a brief introduction, on-line to find and share.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2951
    • 提供者:mll
  1. PLS-MATLAB

    0下载:
  2. 偏最小二乘法的概述以及MatLAB的程序,非常详细!-An overview of partial least-squares method, as well as MatLAB procedures in great detail!
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:135172
    • 提供者:Black
  1. leastsquares

    4下载:
  2. 1. 一般最小二乘法 3 1.1. 一次计算最小二乘算法 3 1.2. 递推最小二乘算法 3 2. 遗忘因子最小二乘算法 6 2.1. 一次计算法 6 2.2. 递推算法 6 3. 限定记忆最小二乘递推算法 9 4. 偏差补偿最小二乘法 11 5. 增广最小二乘法 13 6. 广义最小二乘法 15 7. 辅助变量法 17 8. 二步法 19 9. 多级最小二乘法 21 10. Yule-Walker辨识算法 23 Matlab程序附录 24
  3. 所属分类:File Formats

    • 发布日期:2015-12-28
    • 文件大小:1110069
    • 提供者:winwind
  1. zxecf

    0下载:
  2. 一个集交互式和命令式于一体的程序,采用最小二乘法进行曲线的拟合-A set of interactive and command-style in one program, using least-squares curve fitting method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1424
    • 提供者:柯迪
  1. DOSlspoly

    0下载:
  2. 在MATLAB环境中实现最小二乘法和有理分式插值法的程序-lspoly and DOS method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:614
    • 提供者:anthony
  1. severalmatlabprocedures0001

    0下载:
  2. 几个有用的Matlab程序,包括最小二乘法、多项式的交互输入等-several small matlab procedures
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1238
    • 提供者:cougar
  1. my_47

    1下载:
  2. 基于最小二乘法的曲线拟合,m文件带有仿真数据-Based on least squares curve fitting, m file with the simulation data
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:989
    • 提供者:张圣杰
  1. lizi1

    2下载:
  2. 采用白噪声作为输入信号,用递推最小二乘法来进行系统辨识-Using white noise as input signal, using recursive least squares method for system identification
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:15649
    • 提供者:卓迅佳
  1. 12jj

    0下载:
  2. 最小二乘法直线拟合在matlab的应用 -Least Squares Linear Fitting
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:548
    • 提供者:东东
  1. Desktop

    0下载:
  2. 用MATLAB仿真递推最小二乘法的新方法,但不是很完善,有待改进-Recursive least squares method using MATLAB simulation of the new method, but not perfect, room for improvement
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:1259
    • 提供者:young stone
« 1 2 3 4 56 7 8 9 10 ... 48 »
搜珍网 www.dssz.com